-
Notifications
You must be signed in to change notification settings - Fork 168
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: track 2d/z and track 3d signed lifetimes #1741
feat: track 2d/z and track 3d signed lifetimes #1741
Conversation
Codecov Report
@@ Coverage Diff @@
## main #1741 +/- ##
==========================================
- Coverage 49.66% 49.65% -0.01%
==========================================
Files 403 404 +1
Lines 22406 22435 +29
Branches 10240 10258 +18
==========================================
+ Hits 11127 11141 +14
+ Misses 4135 4132 -3
- Partials 7144 7162 +18
📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
I will fix the clang-format and the docs. |
📊 Physics performance monitoring for 186f008Full report VertexingSeedingCKFAmbiguity resolutionTruth tracking (Kalman Filter)Truth tracking (GSF) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey @pbutti, can you fix the format check. Also would you consider adding two tiny unit tests to ImpactPointEstimatoeTests.cpp
just so we have this functionality covered.
187fce7
to
eac937c
Compare
This PR is to add couple of methods from the Athena TrackToVertexIPEstimator. In particular the 3d, 2d and Z signed lifetimes with respect to a given direction, i.e. a jet direction, are provided.
The computation follows the methods largely used by atlas here:
https://acode-browser1.usatlas.bnl.gov/lxr/source/athena/Tracking/TrkVertexFitter/TrkVertexFitterUtils/src/TrackToVertexIPEstimator.cxx#0230
The interface is kept as simple as possible, without using the intermediate VertexFinder::State.